PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFPatternPen Class
Fields Methods


In This Topic
    PDFPatternPen Class Members
    In This Topic

    The following tables list the members exposed by PDFPatternPen.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Protected Fields
     NameDescription
    Protected Field (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Top
    Public Methods
     NameDescription
    Public MethodGets the pen color. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodGets the dash offset. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodGets the dash pattern. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodGets the line cap style. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodGets the line join style. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodGets the uncolored pattern paint color.  
    Public MethodGets the pen width. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodSets the pen color.  
    Public MethodSets the dash offset. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodSets the dash pattern. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodSets the line cap style. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodSets the line join style. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Public MethodSets the uncolored pattern paint color.
    If the pattern colorspace associated with this pen's color contains an uncolored tiling pattern then the pattern will be painted using the color specified in this property.
    Note: This property cannot be set to another pattern color.  
    Public MethodSets the pen width. (Inherited from com.o2sol.pdf4java.graphics.PDFPen)
    Top
    See Also